home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / frame_636 / PlaceObject2_676_2122 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2010-11-09  |  242b  |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.population == 0 && _root.gold < 100)
  3.    {
  4.       _root.gotoAndStop("defeat");
  5.    }
  6.    if(_root.hp.remaining <= 0)
  7.    {
  8.       _root.lvl = _root.lvl + 1;
  9.       _root.gotoAndStop("victory");
  10.    }
  11. }
  12.